home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000357_msapiro@veenet.value.net_Tue Sep 4 11:15:17 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  31 lines

  1. Article: 12742 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news1.best.com!vnetnews.value.net!not-for-mail
  3. From: Mark Sapiro <msapiro@veenet.value.net>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: if exist
  6. Date: 3 Sep 2001 15:17:22 GMT
  7. Organization: Not Very Much
  8. Lines: 13
  9. Message-ID: <9n06u2$n3v$1@news.value.net>
  10. References: <9mp7sp0vm6@enews4.newsguy.com> <9mphnl$2jn$1@newsmaster.cc.columbia.edu> <9muuba04gd@enews4.newsguy.com>
  11. NNTP-Posting-Host: value.net
  12. X-Trace: news.value.net 999530242 23679 209.182.128.4 (3 Sep 2001 15:17:22 GMT)
  13. X-Complaints-To: abuse@value.net
  14. NNTP-Posting-Date: 3 Sep 2001 15:17:22 GMT
  15. User-Agent: tin/pre-1.4-19990927 ("Nine While Nine") (UNIX) (FreeBSD/4.2-RELEASE (i386))
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12742
  17.  
  18. Grinder <grinder@no.spam.maam.com> wrote:
  19. : \Ffiles(queue\*.zip) is 0 even if files are present.
  20.  
  21. Have you tried either \ffiles(queue/*.zip) or \ffiles(queue\\*.zip) ?
  22.  
  23. Either of those forms should work.  \ffiles(queue\*.zip) will not
  24. work because of the use of "\" as a Kermit escape character.
  25. See http://www.columbia.edu/kermit/ckermit2.html#x1.11 for more
  26. detail.
  27.  
  28. -- 
  29. Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
  30. San Francisco Bay Area, California    better use your sense - B. Dylan
  31.